home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / color.dxr / 00713.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  919 b   |  32 lines

  1. on mouseUp me
  2.   global clropac
  3.   set the memberNum of sprite 31 to 676
  4.   set the memberNum of sprite 32 to 678
  5.   set the memberNum of sprite 33 to 680
  6.   set the memberNum of sprite 34 to 682
  7.   set the memberNum of sprite 35 to 684
  8.   set the memberNum of sprite 36 to 687
  9.   set the memberNum of sprite 43 to 674
  10.   set the memberNum of sprite 63 to 704
  11.   set the blend of sprite 45 to 100
  12.   set the blend of sprite 48 to 100
  13.   set the blend of sprite 51 to 100
  14.   set the blend of sprite 54 to 100
  15.   repeat with clropac = 46 to 47
  16.     set the blend of sprite clropac to 35
  17.   end repeat
  18.   repeat with clropac = 49 to 50
  19.     set the blend of sprite clropac to 35
  20.   end repeat
  21.   repeat with clropac = 52 to 53
  22.     set the blend of sprite clropac to 35
  23.   end repeat
  24.   repeat with clropac = 55 to 56
  25.     set the blend of sprite clropac to 35
  26.   end repeat
  27.   showit(57, 58)
  28.   hideit(59, 59)
  29.   showit(60, 60)
  30.   hideit(61, 62)
  31. end
  32.